1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{24D16219-A8E8-46ED-B0C4-205ADBAB7CCA}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>CSExcelLikeGridView</RootNamespace>
14 <AssemblyName>CSExcelLikeGridView</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <TargetFrameworkProfile />
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
36 <Reference Include="System" />
37 <Reference Include="System.Data" />
38 <Reference Include="System.Web" />
39 <Reference Include="System.Configuration" />
40 <Reference Include="System.XML" />
43 <Content Include="App_Data\db_Persons.mdf" />
44 <Content Include="App_Data\db_Persons_log.LDF">
45 <DependentUpon>db_Persons.mdf</DependentUpon>
47 <Content Include="Default.aspx" />
48 <Content Include="ReadMe.txt" />
49 <Content Include="Web.config" />
50 <Content Include="Web.Debug.config">
51 <DependentUpon>Web.config</DependentUpon>
53 <Content Include="Web.Release.config">
54 <DependentUpon>Web.config</DependentUpon>
58 <Compile Include="DBProcess.cs" />
59 <Compile Include="Default.aspx.cs">
60 <SubType>ASPXCodeBehind</SubType>
61 <DependentUpon>Default.aspx</DependentUpon>
63 <Compile Include="Default.aspx.designer.cs">
64 <DependentUpon>Default.aspx</DependentUpon>
66 <Compile Include="Properties\AssemblyInfo.cs" />
69 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
70 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
73 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
74 <WebProjectProperties>
75 <UseIIS>False</UseIIS>
76 <AutoAssignPort>True</AutoAssignPort>
77 <DevelopmentServerPort>19714</DevelopmentServerPort>
78 <DevelopmentServerVPath>/</DevelopmentServerVPath>
81 <NTLMAuthentication>False</NTLMAuthentication>
82 <UseCustomServer>False</UseCustomServer>
85 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
86 </WebProjectProperties>
90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91 Other similar extension points exist, see Microsoft.Common.targets.
92 <Target Name="BeforeBuild">
94 <Target Name="AfterBuild">